1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmLOGIN
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmLOGIN))
27         Me.PictureBox1 = New System.Windows.Forms.PictureBox
28         Me.Label3 = New System.Windows.Forms.Label
29         Me.Label2 = New System.Windows.Forms.Label
30         Me.Label1 = New System.Windows.Forms.Label
31         Me.txtpassword = New System.Windows.Forms.TextBox
32         Me.cmdclose = New System.Windows.Forms.Button
33         Me.txtuser = New System.Windows.Forms.TextBox
34         Me.cmdlogin = New System.Windows.Forms.Button
35         Me.cmbtype = New System.Windows.Forms.ComboBox
36         Me.PictureBox2 = New System.Windows.Forms.PictureBox
37         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
38         Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
39         Me.cmdserver = New System.Windows.Forms.Button
40         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
41         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
42         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
43         Me.SuspendLayout()
44         
'
45         
'PictureBox1
46         
'
47         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
48         Me.PictureBox1.Location = New System.Drawing.Point(
3, 2)
49         Me.PictureBox1.Name =
"PictureBox1"
50         Me.PictureBox1.Size = New System.Drawing.Size(
399, 111)
51         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
52         Me.PictureBox1.TabIndex =
6
53         Me.PictureBox1.TabStop = False
54         
'
55         
'Label3
56         
'
57         Me.Label3.AutoSize = True
58         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
59         Me.Label3.Location = New System.Drawing.Point(
454, 163)
60         Me.Label3.Name =
"Label3"
61         Me.Label3.Size = New System.Drawing.Size(
85, 14)
62         Me.Label3.TabIndex =
15
63         Me.Label3.Text =
"User Access :"
64         
'
65         
'Label2
66         
'
67         Me.Label2.AutoSize = True
68         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
69         Me.Label2.Location = New System.Drawing.Point(
81, 147)
70         Me.Label2.Name =
"Label2"
71         Me.Label2.Size = New System.Drawing.Size(
80, 16)
72         Me.Label2.TabIndex =
14
73         Me.Label2.Text =
"Password :"
74         
'
75         
'Label1
76         
'
77         Me.Label1.AutoSize = True
78         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
79         Me.Label1.Location = New System.Drawing.Point(
80, 119)
80         Me.Label1.Name =
"Label1"
81         Me.Label1.Size = New System.Drawing.Size(
81, 16)
82         Me.Label1.TabIndex =
13
83         Me.Label1.Text =
"Username :"
84         
'
85         
'txtpassword
86         
'
87         Me.txtpassword.Font = New System.Drawing.Font(
"Tahoma", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
88         Me.txtpassword.Location = New System.Drawing.Point(
165, 142)
89         Me.txtpassword.Name =
"txtpassword"
90         Me.txtpassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
91         Me.txtpassword.Size = New System.Drawing.Size(
237, 26)
92         Me.txtpassword.TabIndex =
9
93         
'
94         
'cmdclose
95         
'
96         Me.cmdclose.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
97         Me.cmdclose.Image = CType(resources.GetObject(
"cmdclose.Image"), System.Drawing.Image)
98         Me.cmdclose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
99         Me.cmdclose.Location = New System.Drawing.Point(
310, 176)
100         Me.cmdclose.Name =
"cmdclose"
101         Me.cmdclose.Size = New System.Drawing.Size(
92, 33)
102         Me.cmdclose.TabIndex =
12
103         Me.cmdclose.Text =
"&Cancel"
104         Me.cmdclose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
105         Me.cmdclose.UseVisualStyleBackColor = True
106         
'
107         
'txtuser
108         
'
109         Me.txtuser.Font = New System.Drawing.Font(
"Tahoma", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         Me.txtuser.Location = New System.Drawing.Point(
165, 114)
111         Me.txtuser.Name =
"txtuser"
112         Me.txtuser.Size = New System.Drawing.Size(
237, 26)
113         Me.txtuser.TabIndex =
8
114         
'
115         
'cmdlogin
116         
'
117         Me.cmdlogin.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
118         Me.cmdlogin.Image = CType(resources.GetObject(
"cmdlogin.Image"), System.Drawing.Image)
119         Me.cmdlogin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
120         Me.cmdlogin.Location = New System.Drawing.Point(
212, 176)
121         Me.cmdlogin.Name =
"cmdlogin"
122         Me.cmdlogin.Size = New System.Drawing.Size(
92, 33)
123         Me.cmdlogin.TabIndex =
11
124         Me.cmdlogin.Text =
"&Login"
125         Me.cmdlogin.TextAlign = System.Drawing.ContentAlignment.MiddleRight
126         Me.cmdlogin.UseVisualStyleBackColor = True
127         
'
128         
'cmbtype
129         
'
130         Me.cmbtype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
131         Me.cmbtype.Enabled = False
132         Me.cmbtype.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133         Me.cmbtype.FormattingEnabled = True
134         Me.cmbtype.ItemHeight =
14
135         Me.cmbtype.Items.AddRange(New Object() {
"Administrator", "Cashier", "Stock Room", "Sales Agent"})
136         Me.cmbtype.Location = New System.Drawing.Point(
541, 160)
137         Me.cmbtype.Name =
"cmbtype"
138         Me.cmbtype.Size = New System.Drawing.Size(
238, 22)
139         Me.cmbtype.TabIndex =
1000
140         
'
141         
'PictureBox2
142         
'
143         Me.PictureBox2.Image = CType(resources.GetObject(
"PictureBox2.Image"), System.Drawing.Image)
144         Me.PictureBox2.Location = New System.Drawing.Point(
3, 107)
145         Me.PictureBox2.Name =
"PictureBox2"
146         Me.PictureBox2.Size = New System.Drawing.Size(
74, 66)
147         Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
148         Me.PictureBox2.TabIndex =
16
149         Me.PictureBox2.TabStop = False
150         
'
151         
'Timer1
152         
'
153         Me.Timer1.Enabled = True
154         Me.Timer1.Interval =
25
155         
'
156         
'Timer2
157         
'
158         Me.Timer2.Interval =
15
159         
'
160         
'cmdserver
161         
'
162         Me.cmdserver.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
163         Me.cmdserver.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
164         Me.cmdserver.ImageIndex =
0
165         Me.cmdserver.ImageList = Me.ImageList1
166         Me.cmdserver.Location = New System.Drawing.Point(
3, 174)
167         Me.cmdserver.Name =
"cmdserver"
168         Me.cmdserver.Size = New System.Drawing.Size(
130, 35)
169         Me.cmdserver.TabIndex =
17
170         Me.cmdserver.Text =
"&Server Settings"
171         Me.cmdserver.TextAlign = System.Drawing.ContentAlignment.MiddleRight
172         Me.cmdserver.UseVisualStyleBackColor = True
173         
'
174         
'ImageList1
175         
'
176         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
177         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
178         Me.ImageList1.Images.SetKeyName(
0, "preferences.ico")
179         
'
180         
'FrmLOGIN
181         
'
182         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
183         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
184         Me.BackColor = System.Drawing.Color.White
185         Me.ClientSize = New System.Drawing.Size(
407, 215)
186         Me.ControlBox = False
187         Me.Controls.Add(Me.cmdserver)
188         Me.Controls.Add(Me.PictureBox2)
189         Me.Controls.Add(Me.Label3)
190         Me.Controls.Add(Me.Label2)
191         Me.Controls.Add(Me.Label1)
192         Me.Controls.Add(Me.txtpassword)
193         Me.Controls.Add(Me.cmdclose)
194         Me.Controls.Add(Me.txtuser)
195         Me.Controls.Add(Me.cmdlogin)
196         Me.Controls.Add(Me.cmbtype)
197         Me.Controls.Add(Me.PictureBox1)
198         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
199         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
200         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
201         Me.MaximizeBox = False
202         Me.MinimizeBox = False
203         Me.Name =
"FrmLOGIN"
204         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
205         Me.Text =
"Sales And Inventory"
206         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
207         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
208         Me.ResumeLayout(False)
209         Me.PerformLayout()
210
211     End Sub
212     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
213     Friend WithEvents Label3 As System.Windows.Forms.Label
214     Friend WithEvents Label2 As System.Windows.Forms.Label
215     Friend WithEvents Label1 As System.Windows.Forms.Label
216     Friend WithEvents txtpassword As System.Windows.Forms.TextBox
217     Friend WithEvents cmdclose As System.Windows.Forms.Button
218     Friend WithEvents txtuser As System.Windows.Forms.TextBox
219     Friend WithEvents cmdlogin As System.Windows.Forms.Button
220     Friend WithEvents cmbtype As System.Windows.Forms.ComboBox
221     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
222     Friend WithEvents Timer1 As System.Windows.Forms.Timer
223     Friend WithEvents Timer2 As System.Windows.Forms.Timer
224     Friend WithEvents cmdserver As System.Windows.Forms.Button
225     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
226 End Class


Gõ tìm kiếm nhanh...